home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / ClickNslide.swf / scripts / DefineButton2_157 / BUTTONCONDACTION on(release).as
Text File  |  2001-07-14  |  361b  |  18 lines

  1. on(release){
  2.    if(_parent.eflashstatus)
  3.    {
  4.       _parent.eflash.gotoAndStop("off");
  5.       _parent.enetstatus--;
  6.    }
  7.    else
  8.    {
  9.       _parent.eflash.gotoAndPlay("on");
  10.       _parent.enetstatus = _parent.enetstatus + 1;
  11.    }
  12.    if(_parent.copyrightstatus)
  13.    {
  14.       _parent.copyright.gotoAndStop("off");
  15.       _parent.enetstatus--;
  16.    }
  17. }
  18.